:root {
		--body_fontsize: 1.6268vw;
		--main_width: 100%;

		--pankuzu_fontsize: 1.3vw;

		--font_width: 40.671vw;

		--page_top_bottom: -3.4vw;
		--page_top_width: 6.101vw;
		--page_top_height: 6.101vw;
		--triangle_bottom: 2.719vw;
		--triangle_right: 1.554vw;
		--triangle_left: 1.554vw;
	
}



main {
	display: block;
	overflow-x: hidden;
}

body {
	margin: 0;
	background-color: #ccc;
	font-size: var(--body_fontsize);
	font-family: 'Roboto', 'Arial', 'Noto Sans CJK JP', 'Noto Sans JP', 'モトヤフォント', 'Hiragino Kaku Gothic ProN',
		'ヒラギノ角ゴ ProN W3', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'メイリオ', 'Meiryo', 'sans-serif';
}

ol{
	padding-left: 2.6178vw;
}

#pankuzu {
	display: flex;
	list-style-type: none;
	padding: 1vw 0vw 0vw 4.07vw;
	margin: 0vw 2.666vw 1.333vw 2.666vw;
	overflow-wrap: anywhere;
	flex-wrap: wrap;
}

#pankuzu li {
	font-size: var(--pankuzu_fontsize);
}

#pankuzu li::after {
	content: ">";
	margin: 0 0.2vw 0 0.8vw;
}

#pankuzu li:last-child::after {
	content: normal;
}

#page_top {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: var(--page_top_width);
	height: var(--page_top_height);
	background-color: #376092;
	justify-self: flex-end;
	z-index: 14;
	opacity: 0.7;
	border-radius: 15%;
}

#page_top:hover {
	cursor: pointer;
}

#triangle {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 15;

	border-bottom: var(--triangle_bottom) solid white;
	border-left: var(--triangle_left) solid transparent;
	border-right: var(--triangle_right) solid transparent;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

.bold_text {
	font-weight: bold;
}

.headline {
	width: 90%;
	margin: 0 5%;
}

.maintext {
	width: 80%;
	margin: 0 10%;
	font-size: 1.0471vw;
}

.maincontents {
	padding: 1vw 0vw 3vw 0vw;
}

.head_img {
	width: 100%;
}

.font {
	width: var(--font_width);
}

.font_center {
	display: flex;
	align-items: center;
	margin: 0 auto;
}

.cursor:hover {
	cursor: pointer;
}

.picture {
	object-fit: cover;
	width: var(--picture_width);
	height: var(--picture_height);
}

.underline {
	font-weight: bold;
	text-decoration: underline;
}

/* フォントサイズ */
.fs10 {
	font-size: 10px;
	line-height: 16px;
}

.fs11 {
	font-size: 11px;
	line-height: 16px;
}

.fs12 {
	font-size: 0.78534vw;
	line-height: 1.0471vw;
}

.fs14 {
	font-size: 0.91623vw;
}

.fs15 {
	font-size: 15px;
}

.fs17 {
	font-size: 1.11257vw;
}

.fs18 {
	font-size: 1.17801vw;
}

/* 文字色 */
.font_0f2682 {
	color: #0f2682;
}

.font_1f505d {
	color: #1f505d;
}

.font_333333 {
	color: #333333;
}

.font_376092 {
	color: #376092;
}

.font_f37900 {
	color: #f37900;
}

/* 背景色 */
.bg_ffffff {
	background-color: #ffffff;
}

.bg_fbf3d1 {
	background-color: #fbf3d1;
}

.bg_f7f7f7 {
	background-color: #f7f7f7;
}

.bg_f4f4f4 {
	background-color: #f4f4f4;
}

.bg_f37900 {
	background-color: #f37900;
}

.bg_eeeeee {
	background-color: #eeeeee;
}

.bg_e5e5e5 {
	background-color: #e5e5e5;
}

.bg_e5ac8f {
	background-color: #e5ac8f;
}

.bg_dee9ec {
	background-color: #dee9ec;
}

.bg_d8e4f6 {
	background-color: #d8e4f6;
}

.bg_d6efee {
	background-color: #d6efee;
	;
}

.bg_9c9c9c {
	background-color: #9c9c9c;
}

.bg_75b1b1 {
	background-color: #75b1b1;
}

.bg_1e9fbb {
	background-color: #1e9fbb;
}